dvb_table_init_func

@brief Function prototype for a function that initializes the descriptors parsing on a table @ingroup dvb_table

@param parms Struct dvb_v5_fe_parms pointer @param buf Buffer with data to be parsed @param buflen Size of the buffer to be parsed @param table pointer to a place where the allocated memory with the table structure will be stored.

extern (C)
alias dvb_table_init_func = void function
(,
const(ubyte)* buf
,
ssize_t buflen
,
void** table
)

Meta